.news_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20%;
    padding-left: 18%;
    height: 70px;
 background-color: #f6f6f6;

}
.news_left_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .9em;
    white-space: nowrap;
}
.news_left_wrap{
    width: 50%;

}
.news_right_wrap{
    width: 50%;
}
.news_search{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.input_windwo input{
    width: 240px;
    height: 35px;
    font-size: 1em;
    background-color: #efefef;
    text-indent: 10px;
    border:none;
    outline: none;
}
.laba_wrap{
    height: 35px;
    width: 40px;
    text-align: center;
    line-height: 35px;

}
.news_left_item li:nth-child(3) a{
    display: -webkit-box;
    color: #000;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.news_left_item li:nth-child(3) a:hover{
    color: #006d38;
}
.laba_wrap button{
    background-color: #ff0000;
    cursor: pointer;
    outline: none;
    border:none;
}
.news_item_wrap{
    margin-right: 10px;
}
/*.listWrapper{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

}*/
/*.call_window{
position: absolute;
left: 0;
top: 41.5%;
}*/
.listWrapper{
    padding-top: 1.5%!important;
}
.news_left_item li:nth-child(3){
        width: 60%;
    overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1; 
}

@media screen and (min-width: 1300px) {
    .news_wrap{
    padding-right: 8%;
    padding-left: 13%;
    }
}
@media screen and (min-width: 1920px) {
.news_wrap{
    padding-right: 18%;
    padding-left: 18%;
    }
}
